3.1192 \(\int (5-2 x)^6 (2+3 x)^3 (-16+33 x) \, dx\)

Optimal. Leaf size=18 \[ -\frac{1}{2} (5-2 x)^7 (3 x+2)^4 \]

[Out]

-((5 - 2*x)^7*(2 + 3*x)^4)/2

________________________________________________________________________________________

Rubi [A]  time = 0.0024369, antiderivative size = 18, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05, Rules used = {74} \[ -\frac{1}{2} (5-2 x)^7 (3 x+2)^4 \]

Antiderivative was successfully verified.

[In]

Int[(5 - 2*x)^6*(2 + 3*x)^3*(-16 + 33*x),x]

[Out]

-((5 - 2*x)^7*(2 + 3*x)^4)/2

Rule 74

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(c + d*x)
^(n + 1)*(e + f*x)^(p + 1))/(d*f*(n + p + 2)), x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2, 0] &
& EqQ[a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)), 0]

Rubi steps

\begin{align*} \int (5-2 x)^6 (2+3 x)^3 (-16+33 x) \, dx &=-\frac{1}{2} (5-2 x)^7 (2+3 x)^4\\ \end{align*}

Mathematica [B]  time = 0.0029019, size = 56, normalized size = 3.11 \[ 5184 x^{11}-76896 x^{10}+452304 x^9-1256376 x^8+1235404 x^7+1497230 x^6-3816225 x^5-\frac{98125 x^4}{2}+3987500 x^3-37500 x^2-2000000 x \]

Antiderivative was successfully verified.

[In]

Integrate[(5 - 2*x)^6*(2 + 3*x)^3*(-16 + 33*x),x]

[Out]

-2000000*x - 37500*x^2 + 3987500*x^3 - (98125*x^4)/2 - 3816225*x^5 + 1497230*x^6 + 1235404*x^7 - 1256376*x^8 +
 452304*x^9 - 76896*x^10 + 5184*x^11

________________________________________________________________________________________

Maple [B]  time = 0.001, size = 55, normalized size = 3.1 \begin{align*} 5184\,{x}^{11}-76896\,{x}^{10}+452304\,{x}^{9}-1256376\,{x}^{8}+1235404\,{x}^{7}+1497230\,{x}^{6}-3816225\,{x}^{5}-{\frac{98125\,{x}^{4}}{2}}+3987500\,{x}^{3}-37500\,{x}^{2}-2000000\,x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5-2*x)^6*(2+3*x)^3*(-16+33*x),x)

[Out]

5184*x^11-76896*x^10+452304*x^9-1256376*x^8+1235404*x^7+1497230*x^6-3816225*x^5-98125/2*x^4+3987500*x^3-37500*
x^2-2000000*x

________________________________________________________________________________________

Maxima [B]  time = 1.26442, size = 73, normalized size = 4.06 \begin{align*} 5184 \, x^{11} - 76896 \, x^{10} + 452304 \, x^{9} - 1256376 \, x^{8} + 1235404 \, x^{7} + 1497230 \, x^{6} - 3816225 \, x^{5} - \frac{98125}{2} \, x^{4} + 3987500 \, x^{3} - 37500 \, x^{2} - 2000000 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-2*x)^6*(2+3*x)^3*(-16+33*x),x, algorithm="maxima")

[Out]

5184*x^11 - 76896*x^10 + 452304*x^9 - 1256376*x^8 + 1235404*x^7 + 1497230*x^6 - 3816225*x^5 - 98125/2*x^4 + 39
87500*x^3 - 37500*x^2 - 2000000*x

________________________________________________________________________________________

Fricas [B]  time = 1.28754, size = 196, normalized size = 10.89 \begin{align*} 5184 x^{11} - 76896 x^{10} + 452304 x^{9} - 1256376 x^{8} + 1235404 x^{7} + 1497230 x^{6} - 3816225 x^{5} - \frac{98125}{2} x^{4} + 3987500 x^{3} - 37500 x^{2} - 2000000 x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-2*x)^6*(2+3*x)^3*(-16+33*x),x, algorithm="fricas")

[Out]

5184*x^11 - 76896*x^10 + 452304*x^9 - 1256376*x^8 + 1235404*x^7 + 1497230*x^6 - 3816225*x^5 - 98125/2*x^4 + 39
87500*x^3 - 37500*x^2 - 2000000*x

________________________________________________________________________________________

Sympy [B]  time = 0.072624, size = 54, normalized size = 3. \begin{align*} 5184 x^{11} - 76896 x^{10} + 452304 x^{9} - 1256376 x^{8} + 1235404 x^{7} + 1497230 x^{6} - 3816225 x^{5} - \frac{98125 x^{4}}{2} + 3987500 x^{3} - 37500 x^{2} - 2000000 x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-2*x)**6*(2+3*x)**3*(-16+33*x),x)

[Out]

5184*x**11 - 76896*x**10 + 452304*x**9 - 1256376*x**8 + 1235404*x**7 + 1497230*x**6 - 3816225*x**5 - 98125*x**
4/2 + 3987500*x**3 - 37500*x**2 - 2000000*x

________________________________________________________________________________________

Giac [B]  time = 1.86738, size = 73, normalized size = 4.06 \begin{align*} 5184 \, x^{11} - 76896 \, x^{10} + 452304 \, x^{9} - 1256376 \, x^{8} + 1235404 \, x^{7} + 1497230 \, x^{6} - 3816225 \, x^{5} - \frac{98125}{2} \, x^{4} + 3987500 \, x^{3} - 37500 \, x^{2} - 2000000 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5-2*x)^6*(2+3*x)^3*(-16+33*x),x, algorithm="giac")

[Out]

5184*x^11 - 76896*x^10 + 452304*x^9 - 1256376*x^8 + 1235404*x^7 + 1497230*x^6 - 3816225*x^5 - 98125/2*x^4 + 39
87500*x^3 - 37500*x^2 - 2000000*x